home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- put the text of member("Flash","Texts") into member ("InfoText","Texts")
- put the text of member("FlashAward","Texts") into member ("Best","Texts")
- end
-
- on mouseDown
- global gMFCDNo
- open gMFCDNo & ":awards:flash 5"
- end
-
- on mouseLeave
- put empty into member("InfoText","Texts")
- put empty into member("Best","Texts")
- end